home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / WinXP.Royale.cjstyles / TEXTFILE / LARGEFONTSROYALE_INI < prev    next >
Text (UTF-16)  |  2007-03-22  |  131KB  |  2,334 lines

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8.  
  9. ; global edge colors (redefined in various parts) 
  10. EdgeLightColor      = 220 223 228
  11. EdgeHighLightColor  = 255 255 255
  12. EdgeShadowColor     = 167 166 170
  13. EdgeDkShadowColor   = 133 135 140 
  14. EdgeFillColor       = 242 244 250
  15.  
  16. ;--------- system metrics -------------------------------
  17. [SysMetrics]
  18. ;The system metric colors also effect non-themed controls.
  19.  
  20. ScrollbarWidth = 19
  21. ScrollbarHeight = 19
  22.  
  23. Window = 255 255 255
  24. MenuBar = 235 233 237
  25. Menu = 255 255 255
  26. Background = 0 0 64
  27. Btnface = 235 233 237
  28. Highlight = 51 94 168
  29.  
  30. ActiveCaption = 51 94 168
  31. CaptionText = 255 255 255
  32. InactiveCaption = 111 161 217
  33. InactiveCaptionText = 255 255 255
  34. GradientActiveCaption = 112 177 235
  35. GradientInactiveCaption = 131 183 227
  36. HighlightText = 255 255 255
  37. MenuHilight = 51 94 168
  38. BtnShadow = 167 166 170
  39. GrayText = 167 166 170
  40. BtnHighlight = 255 255 255
  41. DkShadow3d = 133 135 140
  42. Light3d = 220 223 228
  43.  
  44. ;---- don't remove these fonts (must specify to be localizable) ----
  45. CaptionFont = Trebuchet MS, 14, bold
  46. CaptionBarHeight = 29
  47. SmallCaptionFont = Tahoma, 9, bold
  48. SMCaptionBarHeight = 19
  49. SMCaptionBarWidth = 19
  50. MenuFont = Tahoma, 10
  51. StatusFont = Tahoma, 10
  52. MsgBoxFont = Tahoma, 10
  53. IconTitleFont = Tahoma, 10
  54.  
  55.  
  56. ;The FlatMenus option allows the author to turn of the 3d border on menus
  57. FlatMenus = true
  58.  
  59. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  60. CssName = cpwebvw.css
  61.  
  62. ;This may allow authors to specify a theme matching XML file.
  63. XmlName = default.xml
  64.  
  65. ; this theme designed for 15-bit color and higher
  66. MinColorDepth = 15
  67.  
  68. ;---------- buttons ---------------------------------
  69. ;Overall button class
  70. [button]
  71.  
  72. ;Normal button
  73. [button.pushbutton]
  74. bgtype = imagefile
  75. SizingMargins = 8, 8, 9, 9
  76. sizingType = Stretch
  77. ContentMargins = 3, 3, 3, 3 
  78. ImageFile = Royale\button.bmp
  79. imageCount = 5
  80. ImageLayout = vertical
  81. TextColor = 0 0 0
  82. FillColorHint = 243 243 239; Average fill color (light beige)
  83. BorderColorHint = 0 60 116; Edge color (dark Royale grey)
  84. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  85. MinSize= 10, 5
  86.  
  87. ;Makes text for button grey for the disabled state
  88. [button.pushbutton(disabled)]
  89. TextColor = 167 166 170
  90.  
  91. ;Color hint for default state
  92. [button.pushbutton(defaulted)]
  93. AccentColorHint = 157 187 235; Default state hilite color (Royale)
  94.  
  95. ;Checkboxes
  96. [button.checkbox]
  97. bgtype = imagefile
  98. imagelayout=vertical
  99. sizingType = TrueSize
  100. SizingMargins = 0, 0, 0, 0
  101. ContentMargins = 0, 0, 0, 0
  102. imageCount = 12
  103. MirrorImage = false
  104. FillColorHint = 33 161 33; Checkmark color (green)
  105. BorderColorHint = 29 82 129; Edge color (dark Royale grey)
  106. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  107.  
  108. ;----- Multiple control sizes for different video adapter resolution settings ----
  109. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  110. TrueSizeScalingType = Dpi
  111. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  112. UniformSizing   = true  ; if you must stretch, do width & height equally
  113. ImageFile1=Royale\CheckBox13.bmp
  114. ImageFile2=Royale\CheckBox16.bmp
  115. ImageFile3=Royale\CheckBox25.bmp
  116. MinDpi1=96
  117. MinDpi2=118
  118. MinDpi3=185 
  119.  
  120. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  121. ;to grey for the corresponding states.
  122. [button.checkbox(checkeddisabled)]
  123. TextColor = 167 166 170
  124.  
  125. [button.checkbox(uncheckeddisabled)]
  126. TextColor = 167 166 170
  127.  
  128.  
  129. [button.checkbox(mixeddisabled)]
  130. TextColor = 167 166 170
  131.  
  132.  
  133. ;Radio buttons
  134. [button.radiobutton]
  135. bgtype = imagefile
  136. imagelayout=vertical
  137. transparent=true
  138. sizingType = TrueSize
  139. SizingMargins = 0, 0, 0, 0
  140. ContentMargins = 0, 0, 0, 0
  141. imageCount = 8
  142. FillColorHint = 33 161 33; Selection dot color (green)
  143. BorderColorHint = 29 82 129; Edge color (dark Royale grey)
  144. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  145.  
  146. ;----- Multiple control sizes for different video adapter resolution settings ----
  147. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  148. TrueSizeScalingType = Dpi
  149. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  150. UniformSizing   = true  ; if you must stretch, do width & height equally
  151. ImageFile1=Royale\RadioButton13.bmp
  152. ImageFile2=Royale\RadioButton16.bmp
  153. ImageFile3=Royale\RadioButton25.bmp
  154. MinDpi1=96
  155. MinDpi2=118
  156. MinDpi3=185
  157.  
  158. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  159. ;to grey for the corresponding states.
  160. [button.radiobutton(checkeddisabled)]
  161. TextColor = 167 166 170
  162.  
  163.  
  164. [button.radiobutton(uncheckeddisabled)]
  165. TextColor = 167 166 170
  166.  
  167.  
  168. ;The line enclosing a group of controls
  169. [button.groupbox]
  170. TextColor = 51 94 168
  171. bgtype = imagefile
  172. SizingMargins = 4, 4, 4, 4
  173. sizingType = Tile
  174. ImageFile = Royale\GroupBox.bmp
  175. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  176. ;draw on top of the controls it surrounds)
  177. borderOnly = true
  178. transparent = true
  179. BorderColorHint = 208 208 191; Dark beige edge color
  180. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  181.  
  182.  
  183. ;----------- combobox --------------------------------
  184. ;Dropdown controls
  185. [Combobox]
  186. ; Globals for the entire control
  187. BgType  = BorderFill
  188. BorderSize  = 1
  189. FillColor   = 255 255 255 
  190. BorderColor = 167 166 170
  191.  
  192. [Combobox(Hot)]
  193. ; Globals when the mouse is over the control
  194. BorderColor = 51 94 168
  195.  
  196.  
  197. [Combobox(Disabled)]
  198. ; Globals when the control is disabled
  199. BorderColor = 201 199 186
  200. FillColor   = 245 244 234
  201.  
  202. ;The down pointing triangle button
  203. [Combobox.DropDownButton]
  204. BgType  = imagefile
  205. imagelayout = vertical
  206. SizingType  = Stretch
  207. ImageFile = Royale\ComboButton.bmp
  208. SizingMargins = 3, 3, 3, 3
  209. ContentMargins = 0, 0, 0, 0
  210. ImageCount  = 4
  211. GlyphType   = ImageGlyph
  212. GlyphImageFile = Royale\ComboButtonGlyph.bmp
  213. GlyphTransparent= true
  214. FillColorHint = 200 214 251; Average fill color (light Royale)
  215. BorderColorHint = 255 255 255; Edge color (white)
  216.  
  217. ;----------- edit --------------------------------
  218. [edit]
  219. BgType  = BorderFill
  220. BorderSize  = 1
  221. FillColor   = 255 255 255 
  222. BorderColor = 167 166 170
  223.  
  224. [edit.edittext(Disabled)]
  225. FillColor   = 214 213 217
  226. TextColor   = 150 152 155
  227.  
  228. [edit.edittext(ReadOnly)]
  229. FillColor   = 214 213 217
  230. TextColor   = 0 0 0
  231.  
  232.  
  233. ;----------- listbox --------------------------------
  234. [Listbox]
  235. BgType  = BorderFill
  236. BorderSize  = 1
  237. FillColor   = 255 255 255 
  238. BorderColor = 167 166 170
  239.  
  240.  
  241. ;--------- Scrollbar -------------------------
  242. [ScrollBar]
  243.  
  244. ;The buttons, both horizontal and vertical in one strip
  245. ; Scrollbar Arrow Buttons
  246. [ScrollBar.ArrowBtn]
  247. BgType  = ImageFile
  248. SizingMargins = 5, 5, 5, 5
  249. ContentMargins = 0, 0, 3, 3
  250. SizingType = Stretch
  251. ImageFile = Royale\ScrollArrows.bmp
  252. ImageCount = 16
  253. ImageLayout = Vertical
  254. GlyphType   = ImageGlyph
  255. GlyphTransparent= True
  256. FillColorHint = 200 214 251; Average fill color (light Royale)
  257. BorderColorHint = 255 255 255; Edge color (white)
  258.  
  259.  
  260. ;----- the two sizes of scrollbar arrow glyphs ----
  261. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  262. TrueSizeScalingType = size
  263. SourceShrink = True
  264. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  265. UniformSizing   = true; if you must stretch, do width & height equally
  266. ImageFile1  = Royale\ScrollArrowGlyphsSmall.bmp
  267. ImageFile2  = Royale\ScrollArrowGlyphs.bmp
  268. MinSize1  = 7, 7
  269. MinSize2  = 9, 9 
  270. NormalSize = 7, 10
  271.  
  272. ; Scrollbar Thumb (horizontal)
  273. [Scrollbar.ThumbBtnHorz]
  274. BgType  = ImageFile
  275. SizingMargins = 5, 5, 5, 5
  276. ContentMargins = 4, 4, 0, 0
  277. ImageFile = Royale\ScrollThumbHorizontal.bmp
  278. ImageCount  = 4
  279. ImageLayout = Vertical
  280. FillColorHint = 198 213 253; Average fill color (light Royale)
  281. BorderColorHint = 255 255 255; Edge color (white)
  282.  
  283.  
  284. ;A visual element in the middle of the scrollbar thumb
  285. [Scrollbar.GripperHorz]
  286. BgType  = ImageFile
  287. SizingType  = TrueSize
  288. ImageFile = Royale\ScrollThumbGripperHorizontal.BMP
  289. imagelayout = vertical
  290. Transparent = True
  291. ImageCount  = 4
  292.  
  293. ; Scrollbar Thumb (vertical)
  294. [Scrollbar.ThumbBtnVert]
  295. BgType  = ImageFile
  296. SizingMargins = 5, 5, 5, 5
  297. ContentMargins = 0, 0, 4, 4
  298. ImageFile = Royale\ScrollThumbVertical.bmp
  299. ImageCount  = 4
  300. ImageLayout = vertical
  301. FillColorHint = 198 213 253; Average fill color (light Royale)
  302. BorderColorHint = 255 255 255; Edge color (white)
  303.  
  304. ;A visual element in the middle of the scrollbar thumb
  305. [Scrollbar.GripperVert]
  306. BgType  = ImageFile
  307. SizingType  = TrueSize
  308. ImageFile = Royale\ScrollThumbGripperVertical.BMP
  309. ImageCount  = 4
  310. Transparent = True
  311. ImageLayout = Vertical
  312.  
  313.  
  314. ; Scrollbar Tracks (horizontal)
  315. [Scrollbar.LowerTrackHorz]
  316. BgType  = imagefile
  317. ImageFile = Royale\ScrollShaftHorizontal.bmp
  318. SizingMargins = 0, 0, 1, 1
  319. ImageCount = 4
  320. ImageLayout = Vertical
  321. FillColorHint = 198 213 253; Average fill color (light Royale)
  322.  
  323.  
  324. [Scrollbar.UpperTrackHorz]
  325. BgType  = imagefile
  326. ImageFile = Royale\ScrollShaftHorizontal.bmp
  327. SizingMargins = 0, 0, 1, 1
  328. ImageCount = 4
  329. ImageLayout = Vertical
  330. FillColorHint = 198 213 253; Average fill color (light Royale)
  331.  
  332. ; Scrollbar Tracks (vertical)
  333. [Scrollbar.LowerTrackVert]
  334. BgType  = imagefile
  335. ImageFile = Royale\ScrollShaftVertical.bmp
  336. SizingMargins = 1, 1, 0, 0
  337. ImageCount = 4
  338. ImageLayout = Vertical
  339. FillColorHint = 198 213 253; Average fill color (light Royale)
  340.  
  341. [Scrollbar.UpperTrackVert]
  342. BgType  = imagefile
  343. ImageFile = Royale\ScrollShaftVertical.bmp
  344. SizingMargins = 1, 1, 0, 0
  345. ImageCount = 4
  346. ImageLayout = Vertical
  347. FillColorHint = 198 213 253; Average fill color (light Royale)
  348.  
  349. [ScrollBar.SizeBox]
  350. ImageFile = Royale\ResizeGrip2.bmp
  351. bgtype = imagefile
  352. imageCount = 2
  353. sizingType = trueSize
  354. Transparent = True
  355. TransparentColor = 255 0 0
  356. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  357. VAlign = Bottom
  358.  
  359. ;----------- spin --------------------------------
  360. ;Spin buttons for incrementing values in a field
  361. [spin]
  362. bgtype = imagefile
  363. sizingType = tile
  364. ImageFile = Royale\FieldOutlineBlue.bmp
  365. SizingMargins = 2, 2, 2, 2
  366. imageCount = 1
  367.  
  368. [Spin.Up]
  369. bgtype = imagefile
  370. sizingType = stretch
  371. ImageFile = Royale\SpinButtonBackgroundUp.bmp
  372. SizingMargins = 4, 4, 4, 4
  373. ContentMargins = 0, 0, 0, 0
  374. imageCount = 4
  375. ImageLayout = Vertical
  376. GlyphType   = ImageGlyph
  377. GlyphImageFile = Royale\SpinUpGlyph.bmp
  378. GlyphTransparent= True
  379. FillColorHint = 200 214 251; Average fill color (light Royale)
  380. BorderColorHint = 255 255 255; Edge color (white)
  381.  
  382. [Spin.Down]
  383. bgtype = imagefile
  384. sizingType = tile
  385. ImageFile = Royale\SpinButtonBackgroundDown.bmp
  386. SizingMargins = 4, 4, 4, 4
  387. ContentMargins = 0, 0, 0, 0
  388. imageCount = 4
  389. ImageLayout = Vertical
  390. GlyphType   = ImageGlyph
  391. GlyphImageFile = Royale\SpinDownGlyph.bmp
  392. GlyphTransparent= True
  393. FillColorHint = 200 214 251; Average fill color (light Royale)
  394. BorderColorHint = 255 255 255; Edge color (white)
  395.  
  396. [Spin.Uphorz]
  397. bgtype = imagefile
  398. sizingType = stretch
  399. ImageFile = Royale\SpinButtonBackgroundRight.bmp
  400. SizingMargins = 4, 4, 4, 4
  401. ContentMargins = 0, 0, 0, 0
  402. imageCount = 4
  403. ImageLayout = Vertical
  404. GlyphType   = ImageGlyph
  405. GlyphImageFile = Royale\SpinRightGlyph.bmp
  406. GlyphTransparent = True
  407. FillColorHint = 200 214 251; Average fill color (light Royale)
  408. BorderColorHint = 255 255 255; Edge color (white)
  409.  
  410. [Spin.Downhorz]
  411. bgtype = imagefile
  412. sizingType = Stretch
  413. ImageFile = Royale\SpinButtonBackgroundLeft.bmp
  414. SizingMargins = 4, 4, 4, 4
  415. ContentMargins = 0, 0, 0, 0
  416. imageCount = 4
  417. ImageLayout = Vertical
  418. GlyphType   = ImageGlyph
  419. GlyphImageFile = Royale\SpinLeftGlyph.bmp
  420. GlyphTransparent = True
  421. FillColorHint = 200 214 251; Average fill color (light Royale)
  422. BorderColorHint = 255 255 255; Edge color (white)
  423.  
  424. ;----------- rebar --------------------------------
  425. ;Rebar is a container for toolbars
  426.  
  427. [Rebar]
  428. bgtype =imagefile
  429. sizingtype=stretch
  430. ImageFile = Royale\ToolbarBackground.bmp
  431. sizingmargins= 0, 0, 0, 4
  432. Font                = Tahoma, 10
  433. TextColor           = 0 0 0
  434. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  435.  
  436. [Rebar.Band]
  437. bgtype = none
  438. ContentMargins    = 2, 2, 0, 0
  439. EdgeShadowColor = 214 213 217
  440.  
  441. [Rebar.Gripper]
  442. bgtype = imagefile
  443. SizingMargins   = 2, 1, 4, 2 
  444. ContentMargins    = 2, 1, 0, 0
  445. ImageFile = Royale\ToolbarGripper.bmp
  446. sizingType     = Tile
  447. Transparent     = true
  448. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  449.  
  450. [Rebar.GripperVert]
  451. bgtype = imagefile
  452. SizingMargins = 3, 3, 2, 1
  453. ContentMargins    = 1, 2, 0, 0
  454. ImageFile = Royale\ToolbarGripperVert.bmp
  455. sizingType = Tile
  456. Transparent = true
  457. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  458.  
  459. [Rebar.Chevron]
  460. SizingMargins = 4, 4, 4, 4
  461. ContentMargins = 0, 0, 0, 0
  462. ImageFile = Royale\ToolbarButtons.bmp
  463. bgtype = imagefile
  464. imagelayout = vertical
  465. imageCount= 6
  466. sizingType= Stretch
  467. Transparent = true
  468. GlyphType   = ImageGlyph
  469. GlyphImageFile = Royale\Chevron.bmp
  470. GlyphTransparent= true
  471. VAlign = Top
  472. FillColorHint = 0 0 0; Glyph color (black)
  473.  
  474. [Rebar.ChevronVert]
  475. SizingMargins = 4, 4, 4, 4
  476. ContentMargins = 0, 0, 0, 0
  477. ImageFile = Royale\ToolbarButtons.bmp
  478. bgtype = imagefile
  479. imagelayout = vertical
  480. imageCount= 6
  481. sizingType= Stretch
  482. Transparent = true
  483. GlyphType   = ImageGlyph
  484. GlyphImageFile = Royale\Chevron.bmp
  485. GlyphTransparent= true
  486. VAlign = Top
  487. FillColorHint = 0 0 0; Glyph color (black)
  488.  
  489. ;----------- toolbar--------------------------------
  490. ;Button bars and menu bars in some applicatons
  491.  
  492. [Toolbar]
  493. BgType  = Borderfill
  494. Bordersize  = 0
  495. FillColor   = 235 233 237
  496. TextColor   = 0 0 0
  497.  
  498. [Toolbar(Pressed)]
  499. TextColor= 0 0 0
  500.  
  501. [Toolbar.Button]
  502. SizingMargins = 4, 4, 4, 4
  503. ContentMargins = 0, 0, 0, 0
  504. ImageFile = Royale\ToolbarButtons.bmp
  505. bgtype = imagefile
  506. imagelayout = vertical
  507. imageCount = 6
  508. sizingType = Stretch
  509. Transparent = true
  510. TransparentColor = 255 0 255
  511. FillColorHint = 241 243 239; Average fill color (light beige)
  512. BorderColorHint = 206 206 195; Edge color (dark beige)
  513.  
  514. [Toolbar.Separator]
  515. SizingMargins = 5, 2, 2, 1
  516. ImageFile = Royale\Separator.bmp
  517. bgtype = imagefile
  518. imageCount = 1
  519. sizingType = tile
  520. Transparent = true
  521. TransparentColor = 255 0 0
  522. FillColorHint = 202 198 175; Darker separator color (medium beige)
  523.  
  524. [Toolbar.SeparatorVert]
  525. SizingMargins = 2, 1, 5, 1
  526. ImageFile = Royale\SeparatorVert.bmp
  527. bgtype = imagefile
  528. imageCount = 1
  529. sizingType = tile
  530. Transparent = true
  531. TransparentColor = 255 0 0
  532. FillColorHint = 202 198 175; Darker separator color (medium beige)
  533.  
  534.  
  535. [Toolbar.DropdownButton]
  536. SizingMargins = 4, 4, 4, 4
  537. ContentMargins = 0, 0, 0, 0
  538. ImageFile = Royale\ToolbarButtons.bmp
  539. bgtype = imagefile
  540. imagelayout = vertical
  541. imageCount = 6
  542. sizingType = Stretch
  543. Transparent = true
  544. TransparentColor = 255 0 255
  545. FillColorHint = 241 243 239; Average fill color (light beige)
  546. BorderColorHint = 206 206 195; Edge color (dark beige)
  547.  
  548. [Toolbar.SplitButton]
  549. SizingMargins = 4, 2, 4, 4
  550. ImageFile = Royale\ToolbarButtonsSplit.bmp
  551. bgtype = imagefile
  552. imagelayout = vertical
  553. imageCount = 6
  554. sizingType = Stretch
  555. Transparent = true
  556. TransparentColor = 255 0 255
  557. FillColorHint = 241 243 239; Average fill color (light beige)
  558. BorderColorHint = 206 206 195; Edge color (dark beige)
  559.  
  560. [Toolbar.SplitButtonDropdown]
  561. SizingMargins = 2, 4, 4, 4
  562. ImageFile = Royale\ToolbarButtonsSplitDropdown.bmp
  563. bgtype = imagefile
  564. imagelayout = vertical
  565. imageCount = 6
  566. sizingType = Stretch
  567. Transparent = true
  568. TransparentColor = 255 0 255
  569. GlyphType   = ImageGlyph
  570. GlyphImageFile = Royale\ToolbarButtonsSplitDropdownGlyph.bmp
  571. GlyphTransparent= true
  572. FillColorHint = 241 243 239; Average fill color (light beige)
  573. BorderColorHint = 206 206 195; Edge color (dark beige)
  574.  
  575.  
  576. ;----------- status--------------------------------
  577. ;The area at the bottom of a window containing miscellaneous status info
  578. ;The first is the container for the status sections
  579. [Status]
  580. SizingMargins = 50, 17, 5, 9
  581. ImageFile = Royale\StatusBackground.bmp
  582. bgtype = imagefile
  583. imageCount = 1
  584. sizingType = Tile
  585. FillColorHint = 235 233 237; Average fill color (beige)
  586.  
  587. ;The individual status item backgrounds
  588. [Status.Pane]
  589. SizingMargins = 0, 2, 2, 2
  590. ImageFile = Royale\StatusPane.bmp
  591. bgtype = imagefile
  592. imageCount = 1
  593. sizingType = Tile
  594. Transparent = True
  595. TransparentColor = 255 0 0 
  596.  
  597. ;The individual status item backgrounds
  598. [Status.GripperPane]
  599. bgtype = none
  600.  
  601. ;The resize corner
  602. [Status.Gripper]
  603. ContentMargins=0,0,0,0
  604. ImageFile = Royale\ResizeGrip2.bmp
  605. bgtype = imagefile
  606. imageCount = 2
  607. sizingType = trueSize
  608. Transparent = True
  609. TransparentColor = 255 0 0 
  610. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  611. VAlign = Bottom
  612.  
  613.  
  614. ;----------- list view --------------------------------
  615. ;Icon, list, details, etc.
  616.  
  617. [ListView]
  618. BgType  = BorderFill
  619. BorderSize  = 1
  620. FillColor   = 255 255 255 
  621. BorderColor = 167 166 170
  622.  
  623.  
  624. ;----------- Tree view --------------------------------
  625.  
  626. [TreeView]
  627. BgType  = BorderFill
  628. BorderSize  = 1
  629. FillColor   = 255 255 255 
  630. BorderColor = 167 166 170
  631.  
  632. [TreeView.Glyph]
  633. bgtype = imagefile
  634. SizingType = TrueSize
  635. imagecount = 2
  636. imageLayout=vertical
  637. ;----- Multiple control sizes for different video adapter resolution settings ----
  638. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  639. TrueSizeScalingType = Dpi
  640. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  641. UniformSizing   = true  ; if you must stretch, do width & height equally
  642. ImageFile1=Royale\treeExpandCollapse.bmp
  643. ImageFile2=Royale\treeExpandCollapse10.bmp
  644. ImageFile3=Royale\treeExpandCollapse15.bmp
  645. MinDpi1=96
  646. MinDpi2=133
  647. MinDpi3=150 
  648.  
  649.  
  650. ;----------- header --------------------------------
  651. ;The area at the top of a list, with clickable headers for sort order
  652.  
  653. [Header]
  654. bgtype = imagefile
  655. SizingMargins = 0, 0, 0, 3
  656. ImageFile = Royale\ListviewHeaderBackground.bmp
  657. sizingType = tile
  658.  
  659. [Header.HeaderItem]
  660. bgtype = imagefile
  661. SizingMargins = 8, 8, 3, 4
  662. ContentMargins = 0, 0, 0, 0
  663. ImageFile = Royale\ListViewHeader.bmp
  664. imageCount=5
  665. imageLayout=vertical
  666. sizingType = tile
  667. transparent=true
  668. transparentcolor=255 0 0
  669. FillColorHint = 250 248 243; Average fill color (light beige)
  670. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  671.  
  672.  
  673. ;----------- progress --------------------------------
  674. ;Progress bars
  675.  
  676. [Progress]
  677. ProgressChunkSize=6
  678. ProgressSpaceSize=1
  679. bgType = borderFill
  680. fillType = Solid
  681. fillColor = 46 211 49
  682. bordersize = 1
  683. borderColor = 235 235 228
  684.  
  685. [Progress.Bar]
  686. bgtype = imagefile
  687. ImageFile = Royale\ProgressTrack.bmp
  688. MinSize=10,10
  689. sizingMargins = 4, 4, 3, 3
  690. SizingType = tile
  691. FillColorHint = 255 255 255; Background color (white)
  692. BorderColorHint = 104 104 104; Edge color (dark grey)
  693. NormalSize = 100, 18
  694. SourceShrink = true
  695.  
  696. [Progress.Chunk]
  697. bgtype = imagefile
  698. ImageFile = Royale\ProgressChunk.bmp
  699. sizingMargins = 0, 0, 6, 5
  700. SizingType = tile
  701. FillColorHint = 46 211 49; Progress indicator color (green)
  702.  
  703. [Progress.BarVert]
  704. bgtype = imagefile
  705. ImageFile = Royale\ProgressTrackVert.bmp
  706. sizingMargins = 3, 3, 4, 4
  707. SizingType = tile
  708. FillColorHint = 255 255 255; Background color (white)
  709. BorderColorHint = 104 104 104; Edge color (dark grey)
  710.  
  711. [Progress.ChunkVert]
  712. bgtype = imagefile
  713. ImageFile = Royale\ProgressChunkVert.bmp
  714. sizingMargins = 6, 5, 0, 0
  715. SizingType = tile
  716. FillColorHint = 46 211 49; Progress indicator color (green)
  717.  
  718.  
  719. ;----------- tab --------------------------------
  720. [Tab]
  721. bgType = borderFill
  722. fillType = Solid
  723. fillColor = 251 252 255
  724. bordersize = 0
  725.  
  726. ;The whole content area of a tab page
  727. [Tab.Pane]
  728. bgtype = imagefile
  729. ImageFile = Royale\TabPaneEdge.bmp
  730. sizingMargins = 1, 3, 2, 3
  731. SizingType = stretch
  732. imagecount = 1
  733. FillColorHint = 251 252 255; Light tab background color (very light beige)
  734. BorderColorHint = 145 155 156; Edge color (dark grey)
  735.  
  736. [Tab.TabItem]
  737. SizingMargins = 6, 6, 6, 6
  738. ContentMargins = 0, 0, 0, 0
  739. bgtype=imagefile
  740. ImageFile = Royale\tabItem.bmp
  741. imagecount=5
  742. imagelayout=vertical
  743. FillColorHint = 248 248 246; Tab average color (light beige)
  744. BorderColorHint = 145 167 180; Edge color (Royale grey)
  745. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  746.  
  747.  
  748. [Tab.TabItemLeftEdge]
  749. SizingMargins = 6, 6, 6, 6
  750. ContentMargins = 0, 0, 0, 0
  751. bgtype=imagefile
  752. ImageFile = Royale\tabItemLeft.bmp
  753. imagecount=5
  754. imagelayout=vertical
  755. FillColorHint = 248 248 246; Tab average color (light beige)
  756. BorderColorHint = 145 167 180; Edge color (Royale grey)
  757. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  758.  
  759.  
  760. [Tab.TabItemRightEdge]
  761. SizingMargins = 6, 6, 6, 6
  762. ContentMargins = 0, 0, 0, 0
  763. bgtype=imagefile
  764. ImageFile = Royale\tabItemRight.bmp
  765. imagecount=5
  766. imagelayout=vertical
  767. FillColorHint = 248 248 246; Tab average color (light beige)
  768. BorderColorHint = 145 167 180; Edge color (Royale grey)
  769. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  770.  
  771.  
  772. [Tab.TabItemBothEdge]
  773. SizingMargins = 6, 6, 6, 6
  774. ContentMargins = 0, 0, 0, 0
  775. bgtype=imagefile
  776. ImageFile = Royale\tabItemBoth.bmp
  777. imagecount=5
  778. imagelayout=vertical
  779. FillColorHint = 248 248 246; Tab average color (light beige)
  780. BorderColorHint = 145 167 180; Edge color (Royale grey)
  781. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  782.  
  783.  
  784. [Tab.TopTabItem]
  785. SizingMargins = 6, 6, 6, 6
  786. ContentMargins = 0, 0, 0, 0
  787. bgtype=imagefile
  788. ImageFile = Royale\tabItemTop.bmp
  789. imagecount=5
  790. imagelayout=vertical
  791. FillColorHint = 248 248 246; Tab average color (light beige)
  792. BorderColorHint = 145 167 180; Edge color (Royale grey)
  793. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  794.  
  795.  
  796. [Tab.TopTabItemLeftEdge]
  797. SizingMargins = 6, 6, 6, 6
  798. ContentMargins = 0, 0, 0, 0
  799. bgtype=imagefile
  800. ImageFile = Royale\tabItemTopLeft.bmp
  801. imagecount=5
  802. imagelayout=vertical
  803. FillColorHint = 248 248 246; Tab average color (light beige)
  804. BorderColorHint = 145 167 180; Edge color (Royale grey)
  805. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  806.  
  807.  
  808. [Tab.TopTabItemRightEdge]
  809. SizingMargins = 6, 6, 6, 6
  810. ContentMargins = 0, 0, 0, 0
  811. bgtype=imagefile
  812. ImageFile = Royale\tabItemTopRight.bmp
  813. imagecount=5
  814. imagelayout=vertical
  815. FillColorHint = 248 248 246; Tab average color (light beige)
  816. BorderColorHint = 145 167 180; Edge color (Royale grey)
  817. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  818.  
  819.  
  820. [Tab.TopTabItemBothEdge]
  821. SizingMargins = 6, 6, 6, 6
  822. ContentMargins = 0, 0, 0, 0
  823. bgtype=imagefile
  824. ImageFile = Royale\tabItemTopBoth.bmp
  825. imagecount=5
  826. imagelayout=vertical
  827. FillColorHint = 248 248 246; Tab average color (light beige)
  828. BorderColorHint = 145 167 180; Edge color (Royale grey)
  829. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  830.  
  831.  
  832. [Tab.Body]
  833. bgtype = imagefile
  834. stockImageFile = Royale\TabBackground.bmp
  835. FillColorHint = 251 251 253; Light tab background color (very light beige)
  836.  
  837. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  838. TrueSizeScalingType = Dpi
  839. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  840. ImageFile1=Royale\TabBackground.bmp
  841. ImageFile2=Royale\TabBackground133.bmp
  842. MinDpi1=96
  843. MinDpi2=164
  844.  
  845. ;----------- trackbar --------------------------------
  846. ;Volume sliders, etc.
  847. [TrackBar]
  848. bgType = borderFill
  849. fillType = Solid
  850. fillColor = 235 235 228
  851. bordersize = 1
  852. borderColor = 235 235 228
  853.  
  854. ;The movable part of a horizontal slider (TBS_BOTH style)
  855. [TrackBar.Thumb]
  856. bgtype=imagefile
  857. ImageFile = Royale\TrackbarHorizontal.bmp
  858. imagecount=5
  859. imagelayout = vertical
  860. SizingMargins = 3, 4, 3, 4
  861. sizingtype = tile
  862. FillColorHint = 243 243 239; Average background color (light beige)
  863. BorderColorHint = 181 196 205; Edge color (Royale grey)
  864. AccentColorHint = 71 196 70; Rollover color (green)
  865.  
  866. ;The movable part of a horizontal slider (TBS_TOP style)
  867. [TrackBar.ThumbTop]
  868. bgtype=imagefile
  869. imagecount=5
  870. imagelayout = vertical
  871. transparent=true
  872. sizingtype = truesize
  873. transparentcolor= 242 241 231
  874. FillColorHint = 243 243 239; Average background color (light beige)
  875. BorderColorHint = 181 196 205; Edge color (Royale grey)
  876. AccentColorHint = 71 196 70; Rollover color (green)
  877.  
  878.  
  879. ;----- the three sizes ----
  880. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  881. TrueSizeScalingType = Dpi
  882. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  883. UniformSizing   = true  ; if you must stretch, do width & height equally
  884. ImageFile1=Royale\TrackBarUp13.bmp
  885. ImageFile2=Royale\TrackBarUp16.bmp
  886. ImageFile3=Royale\TrackBarUp25.bmp
  887. MinDpi1=96
  888. MinDpi2=118
  889. MinDpi3=185
  890.  
  891.  
  892. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  893. [TrackBar.ThumbBottom]
  894. bgtype=imagefile
  895. imagecount=5
  896. transparent=true
  897. SizingMargins = 3, 6, 6, 10
  898. sizingtype = truesize
  899. transparentcolor= 242 241 231
  900. ImageLayout = vertical
  901. FillColorHint = 243 243 239; Average background color (light beige)
  902. BorderColorHint = 181 196 205; Edge color (Royale grey)
  903. AccentColorHint = 71 196 70; Rollover color (green)
  904.  
  905.  
  906. ;----- the three sizes ----
  907. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  908. TrueSizeScalingType = Dpi
  909. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  910. UniformSizing   = true  ; if you must stretch, do width & height equally
  911. ImageFile1=Royale\TrackBarDown13.bmp
  912. ImageFile2=Royale\TrackBarDown16.bmp
  913. ImageFile3=Royale\TrackBarDown25.bmp
  914. MinDpi1=96
  915. MinDpi2=118
  916. MinDpi3=185
  917.  
  918. ;The movable part of a vertical slider (TBS_BOTH style)
  919. [TrackBar.ThumbVert]
  920. bgtype=imagefile
  921. ImageFile = Royale\TrackbarVertical.bmp
  922. SizingMargins = 3, 4, 3, 4
  923. sizingtype = tile
  924. imagecount=5
  925. ImageLayout = vertical
  926. FillColorHint = 243 243 239; Average background color (light beige)
  927. BorderColorHint = 181 196 205; Edge color (Royale grey)
  928. AccentColorHint = 71 196 70; Rollover color (green)
  929.  
  930.  
  931. ;The movable part of a vertical slider (TBS_LEFT style)
  932. [TrackBar.ThumbLeft]
  933. bgtype=imagefile
  934. sizingtype = truesize
  935. imagecount=5
  936. transparent=true
  937. transparentcolor= 242 241 231
  938. ImageLayout = vertical
  939. FillColorHint = 243 243 239; Average background color (light beige)
  940. BorderColorHint = 181 196 205; Edge color (Royale grey)
  941. AccentColorHint = 71 196 70; Rollover color (green)
  942.  
  943. ;----- the three sizes ----
  944. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  945. TrueSizeScalingType = Dpi
  946. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  947. UniformSizing   = true  ; if you must stretch, do width & height equally
  948. ImageFile1=Royale\TrackBarLeft13.bmp
  949. ImageFile2=Royale\TrackBarLeft16.bmp
  950. ImageFile3=Royale\TrackBarLeft25.bmp
  951. MinDpi1=96
  952. MinDpi2=118
  953. MinDpi3=185
  954.  
  955. ;The movable part of a vertical slider (TBS_RIGHT style)
  956. [TrackBar.ThumbRight]
  957. bgtype=imagefile
  958. ImageFile = Royale\TrackbarRight13.bmp
  959. sizingtype = truesize
  960. imagecount=5
  961. transparent=true
  962. transparentcolor= 242 241 231
  963. ImageLayout = vertical
  964. FillColorHint = 243 243 239; Average background color (light beige)
  965. BorderColorHint = 181 196 205; Edge color (Royale grey)
  966. AccentColorHint = 71 196 70; Rollover color (green)
  967.  
  968.  
  969. ;----- the three sizes ----
  970. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  971. TrueSizeScalingType = Dpi
  972. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  973. UniformSizing   = true  ; if you must stretch, do width & height equally
  974. ImageFile1=Royale\TrackBarRight13.bmp
  975. ImageFile2=Royale\TrackBarRight16.bmp
  976. ImageFile3=Royale\TrackBarRight25.bmp
  977. MinDpi1=96
  978. MinDpi2=118
  979. MinDpi3=185
  980.  
  981. ;The track along which a slidermoves
  982. [TrackBar.Track]
  983. bgtype=imagefile
  984. ImageFile = Royale\sliderTrack.bmp
  985. imagecount=1
  986. sizingtype = stretch
  987. SizingMargins = 2, 2, 2, 2
  988. FillColorHint = 242 241 233
  989. BorderColorHint = 157 156 153
  990.  
  991. ;The vertical track along which a slider moves
  992. [TrackBar.TrackVert]
  993. bgtype=imagefile
  994. ImageFile = Royale\sliderTrack.bmp
  995. imagecount=1
  996. sizingtype = stretch
  997. SizingMargins = 2, 2, 2, 2
  998. FillColorHint = 242 241 233; Background color (light beige)
  999. BorderColorHint = 157 156 153; Edge color (dark grey)
  1000.  
  1001. ;Set the color of the tickmarks drawn for the slider
  1002. [TrackBar.Tics]
  1003. color=167 166 170
  1004.  
  1005. ;Set the color of the tickmarks drawn for the vertical slider
  1006. [TrackBar.TicsVert]
  1007. color=167 166 170
  1008.  
  1009.  
  1010.  
  1011.  
  1012. ;----------- tooltip --------------------------------
  1013. ;Set the color or image background for tooltips
  1014. [Tooltip.Close]
  1015. BgType = ImageFile
  1016. ImageFile = Royale\BalloonClose.bmp
  1017. imagecount=3
  1018. sizingtype = truesize
  1019. Imagelayout = vertical
  1020.  
  1021.  
  1022.  
  1023. ;-------------- Windows ------------------------
  1024. [Window]
  1025. BgType = ImageFile
  1026. Transparent = true
  1027. TextShadowOffset = 1,1
  1028. TextShadowColor = 10 24 131
  1029.  
  1030. [Window.Caption]
  1031. ImageFile = Royale\FrameCaption.bmp
  1032. SizingMargins = 28, 35, 9, 17
  1033. ContentMargins = 1, 1, 1, 1
  1034. CaptionMargins = 4, 3, 0, 0
  1035. SizingType = stretch
  1036. Imagelayout = vertical
  1037. ImageCount=2
  1038. Transparent = True
  1039. FillColorHint = 0 84 229; Average background color (strong Royale)
  1040.  
  1041. [Window.Caption(active)]
  1042. TextShadowType = Single
  1043.  
  1044. [Window.CaptionSizingTemplate]
  1045. ImageFile = Royale\FrameCaptionSizing.bmp
  1046. SizingMargins = 28, 35, 9, 17
  1047. ContentMargins = 18, 18, 26, 0
  1048. SizingType = tile
  1049. Imagelayout = vertical
  1050. ImageCount=2
  1051. Transparent = True
  1052. TransparentColor = 0 0 0
  1053.  
  1054. [Window.SmallCaption]
  1055. ImageFile = Royale\SmallFrameCaption.bmp
  1056. SizingMargins = 24, 37, 9, 8
  1057. ContentMargins = 1, 1, 1, 1
  1058. SizingType = tile
  1059. Imagelayout = vertical
  1060. ImageCount=2
  1061. FillColorHint = 0 84 229; Average background color (strong Royale)
  1062.  
  1063. [Window.SmallCaptionSizingTemplate]
  1064. ImageFile = Royale\SmallFrameCaptionSizing.bmp
  1065. SizingMargins = 24, 37, 9, 8
  1066. ContentMargins = 14, 14, 16, 0
  1067. SizingType = tile
  1068. Imagelayout = vertical
  1069. ImageCount=2
  1070. Transparent = True
  1071. TransparentColor = 0 0 0
  1072.  
  1073. ;The representation of a minimized window in and MDI application
  1074. [Window.MinCaption]
  1075. ImageFile = Royale\FrameCaptionMin.bmp
  1076. ImageCount = 2
  1077. ImageLayout = vertical
  1078. SizingType = stretch
  1079. SizingMargins = 23, 26, 12, 8
  1080. ContentMargins = 3, 3, 0, 3
  1081. CaptionMargins = 4, 3, 0, 0
  1082. FillColorHint = 0 84 229; Average background color (strong Royale)
  1083.  
  1084. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1085. ;surrounding the window
  1086. [Window.MaxCaption]
  1087. ImageFile = Royale\FrameMaximized.bmp
  1088. SizingMargins = 28, 35, 9, 17
  1089. ContentMargins = 1, 1, 1, 1
  1090. SizingType = stretch
  1091. SizingType = Tile
  1092. Imagelayout = vertical
  1093. ImageCount=2
  1094. CaptionMargins = 4, 3, 4, 2 
  1095. ContentAlignment = left
  1096. FillColorHint = 0 84 229; Average background color (strong Royale)
  1097.  
  1098. [Window.MaxCaption(Active)]
  1099. TextShadowType = Single
  1100.  
  1101. [Window.FrameLeft]
  1102. ImageFile = Royale\frameLeft.bmp
  1103. SizingMargins = 2, 1, 0, 0
  1104. SizingType = stretch
  1105. ImageLayout = vertical
  1106. ImageCount = 2
  1107. Transparent = FALSE
  1108. Borderonly = FALSE
  1109.  
  1110. [Window.FrameRight]
  1111. ImageFile = Royale\frameRight.bmp
  1112. SizingMargins = 1, 2, 0, 0
  1113. SizingType = stretch
  1114. ImageLayout = vertical
  1115. ImageCount = 2
  1116. Transparent = FALSE
  1117. Borderonly = FALSE
  1118.  
  1119. [Window.FrameBottom]
  1120. ImageFile = Royale\frameBottom.bmp
  1121. SizingMargins = 5, 5, 1, 2
  1122. SizingType = stretch
  1123. ImageLayout = vertical
  1124. ImageCount = 2
  1125. Transparent = FALSE
  1126. Borderonly = FALSE
  1127.  
  1128. [Window.SmallFrameLeft]
  1129. ImageFile = Royale\frameLeft.bmp
  1130. SizingMargins = 2, 2, 0, 0
  1131. SizingType = stretch
  1132. ImageLayout = vertical
  1133. ImageCount = 2
  1134. Transparent = FALSE
  1135. Borderonly = FALSE
  1136.  
  1137. [Window.SmallFrameRight]
  1138. ImageFile = Royale\frameRight.bmp
  1139. SizingMargins = 2, 2, 0, 0
  1140. SizingType = stretch
  1141. ImageLayout = vertical
  1142. ImageCount = 2
  1143. Transparent = FALSE
  1144. Borderonly = FALSE
  1145.  
  1146. [Window.SmallFrameBottom]
  1147. ImageFile = Royale\frameBottom.bmp
  1148. SizingMargins = 5, 5, 2, 2
  1149. SizingType = stretch
  1150. ImageLayout = vertical
  1151. ImageCount = 2
  1152. Transparent = FALSE
  1153. Borderonly = FALSE
  1154.  
  1155.  
  1156. ;Background for dialog boxes
  1157.  
  1158. [Window.dialog]
  1159. bgType = BorderFill
  1160. FillColor = 242 244 250
  1161. BorderColor = 235 233 237
  1162.  
  1163.  
  1164. ;Close button in Window titlebar
  1165. [Window.CloseButton]
  1166. BgType = ImageFile
  1167. SizingMargins = 5, 5, 5, 5
  1168. ContentMargins = 2, 2, 2, 2
  1169. sizingType = Stretch
  1170. ImageFile = Royale\CloseButton.bmp
  1171. GlyphType   = ImageGlyph
  1172. GlyphTransparent = True
  1173. ImageCount = 8
  1174. ImageLayout = Vertical
  1175. OffsetType = TopRight
  1176. Offset = -25, 5
  1177. FillColorHint = 228 93 61; Close box average color (brick red)
  1178. BorderColorHint = 255 255 255; Edge color (white)
  1179.  
  1180. ;----- glyphs ----
  1181. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1182. UniformSizing   = true  ; if you must stretch, do width & height equally
  1183. ImageFile1=Royale\CloseGlyph6.bmp
  1184. ImageFile2=Royale\CloseGlyph9.bmp
  1185. ImageFile3=Royale\CloseGlyph.bmp
  1186. ImageFile4=Royale\CloseGlyph19.bmp
  1187. ImageFile5=Royale\CloseGlyph23.bmp
  1188. MinDpi1=96
  1189. MinDpi2=126
  1190. MinDpi3=170
  1191.  
  1192.  
  1193. ;Maximize button in window titlebar
  1194. [Window.MaxButton]
  1195. BgType = ImageFile
  1196. SizingMargins = 5, 5, 5, 5
  1197. ContentMargins = 2, 2, 2, 2
  1198. sizingType = Stretch
  1199. ImageFile = Royale\CaptionButton.bmp
  1200. GlyphType   = ImageGlyph
  1201. GlyphTransparent = True
  1202. ImageCount = 8
  1203. ImageLayout=Vertical
  1204. OffsetType = TopRight
  1205. Offset = -49, 5
  1206. FillColorHint = 74 121 246; Titlebar button color (Royale)
  1207. BorderColorHint = 255 255 255; Edge color (white)
  1208.  
  1209. ;----- glyphs ----
  1210. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1211. UniformSizing   = true  ; if you must stretch, do width & height equally
  1212. ImageFile1=Royale\MaximizeGlyph6.bmp
  1213. ImageFile2=Royale\MaximizeGlyph9.bmp
  1214. ImageFile3=Royale\MaximizeGlyph.bmp
  1215. ImageFile4=Royale\MaximizeGlyph19.bmp
  1216. ImageFile5=Royale\MaximizeGlyph23.bmp
  1217. MinDpi1=96
  1218. MinDpi2=126
  1219. MinDpi3=170
  1220.  
  1221.  
  1222. ;Restore button in window titlebar
  1223. [Window.RestoreButton]
  1224. BgType = ImageFile
  1225. SizingMargins = 5, 5, 5, 5
  1226. ContentMargins = 2, 2, 2, 2
  1227. sizingType = Stretch
  1228. ImageFile = Royale\CaptionButton.bmp
  1229. GlyphType   = ImageGlyph
  1230. GlyphTransparent = True
  1231. ImageCount = 8
  1232. ImageLayout=Vertical
  1233. OffsetType = TopRight
  1234. Offset = -49, 5
  1235. FillColorHint = 74 121 246; Titlebar button color (Royale)
  1236. BorderColorHint = 255 255 255; Edge color (white)
  1237.  
  1238. ;----- glyphs ----
  1239. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1240. UniformSizing   = true  ; if you must stretch, do width & height equally
  1241. ImageFile1=Royale\RestoreGlyph6.bmp
  1242. ImageFile2=Royale\RestoreGlyph9.bmp
  1243. ImageFile3=Royale\RestoreGlyph.bmp
  1244. ImageFile4=Royale\RestoreGlyph19.bmp
  1245. ImageFile5=Royale\RestoreGlyph23.bmp
  1246. MinDpi1=96
  1247. MinDpi2=126
  1248. MinDpi3=170
  1249.  
  1250.  
  1251. ;Minimize button in window titlebar
  1252. [Window.MinButton]
  1253. BgType = ImageFile
  1254. SizingMargins = 5, 5, 5, 5
  1255. ContentMargins = 2, 2, 2, 2
  1256. sizingType = Stretch
  1257. ImageFile = Royale\CaptionButton.bmp
  1258. GlyphType   = ImageGlyph
  1259. GlyphTransparent = True
  1260. ImageCount = 8
  1261. ImageLayout=Vertical
  1262. OffsetType = TopRight
  1263. Offset = -73, 5
  1264. FillColorHint = 74 121 246; Titlebar button color (Royale)
  1265. BorderColorHint = 255 255 255; Edge color (white)
  1266.  
  1267. ;----- glyphs ----
  1268. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1269. UniformSizing   = true  ; if you must stretch, do width & height equally
  1270. ImageFile1=Royale\MinimizeGlyph6.bmp
  1271. ImageFile2=Royale\MinimizeGlyph9.bmp
  1272. ImageFile3=Royale\MinimizeGlyph.bmp
  1273. ImageFile4=Royale\MinimizeGlyph19.bmp
  1274. ImageFile5=Royale\MinimizeGlyph23.bmp
  1275. MinDpi1=96
  1276. MinDpi2=126
  1277. MinDpi3=170
  1278.  
  1279. ;Help button in window titlebar--normally only appears on dialog windows
  1280. [Window.HelpButton]
  1281. BgType = ImageFile
  1282. SizingMargins = 5, 5, 5, 5
  1283. ContentMargins = 2, 2, 2, 2
  1284. sizingType = Stretch
  1285. ImageFile = Royale\CaptionButton.bmp
  1286. GlyphType   = ImageGlyph
  1287. GlyphTransparent = True
  1288. ImageCount = 8
  1289. ImageLayout=Vertical
  1290. OffsetType = TopRight
  1291. Offset = -73, 5
  1292. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1293. FillColorHint = 74 121 246; Titlebar button color (Royale)
  1294. BorderColorHint = 255 255 255; Edge color (white)
  1295.  
  1296. ;----- glyphs ----
  1297. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1298. UniformSizing   = true  ; if you must stretch, do width & height equally
  1299. ImageFile1=Royale\HelpGlyph6.bmp
  1300. ImageFile2=Royale\HelpGlyph9.bmp
  1301. ImageFile3=Royale\HelpGlyph.bmp
  1302. ImageFile4=Royale\HelpGlyph19.bmp
  1303. ImageFile5=Royale\HelpGlyph23.bmp
  1304. MinDpi1=96
  1305. MinDpi2=126
  1306. MinDpi3=170
  1307.  
  1308.  
  1309. ;The Titlebar icon, next to the window title
  1310. [Window.SysButton]
  1311. OffsetType = TopLeft
  1312. Offset = 10, 3
  1313.  
  1314. ;Close button for palette windows
  1315. [Window.SmallCloseButton]
  1316. BgType = ImageFile
  1317. SizingMargins = 5, 5, 5, 5
  1318. ContentMargins = 0, 0, 0, 0
  1319. sizingType = Stretch
  1320. ImageFile = Royale\SmallCloseButton.bmp
  1321. GlyphType   = ImageGlyph
  1322. GlyphImageFile = Royale\SmallCloseGlyph.bmp
  1323. GlyphTransparent = True
  1324. ImageCount = 8
  1325. ImageLayout = Vertical
  1326. OffsetType = TopRight
  1327. Offset = -16, 3
  1328. FillColorHint = 228 93 61; Close box average color (brick red)
  1329. BorderColorHint = 255 255 255; Edge color (white)
  1330.  
  1331. ;Close button for a maximized MDI window
  1332. [Window.MDICloseButton]
  1333. BgType = ImageFile
  1334. sizingType = stretch
  1335. ImageFile = Royale\MDICaptionButton.bmp
  1336. ImageCount=4
  1337. ImageLayout = Vertical
  1338. SizingMargins = 4, 4, 4, 4
  1339. ContentMargins = 0, 0, 0, 0
  1340. OffsetType = TopRight
  1341. Offset = -19, 1
  1342. GlyphType   = ImageGlyph
  1343. GlyphImageFile = Royale\MDIGlyphClose.bmp
  1344. GlyphTransparent= true
  1345. FillColorHint = 241 239 229; Average background color (beige)
  1346. BorderColorHint = 255 255 255; Edge color (white)
  1347.  
  1348. ;Restore button for a maximized MDI window
  1349. [Window.MDIRestoreButton]
  1350. BgType = ImageFile
  1351. sizingType = stretch
  1352. ImageFile = Royale\MDICaptionButton.bmp
  1353. ImageCount=4
  1354. ImageLayout = Vertical
  1355. SizingMargins = 4, 4, 4, 4
  1356. ContentMargins = 0, 0, 0, 0
  1357. OffsetType = TopRight
  1358. Offset = -37, 1
  1359. GlyphType   = ImageGlyph
  1360. GlyphImageFile = Royale\MDIGlyphRestore.bmp
  1361. GlyphTransparent= true
  1362. FillColorHint = 241 239 229; Average background color (beige)
  1363. BorderColorHint = 255 255 255; Edge color (white)
  1364.  
  1365.  
  1366. ;Minimize button for a maximized MDI window
  1367. [Window.MDIMinButton]
  1368. BgType = ImageFile
  1369. sizingType = stretch
  1370. ImageFile = Royale\MDICaptionButton.bmp
  1371. ImageCount=4
  1372. ImageLayout = Vertical
  1373. SizingMargins = 4, 4, 4, 4
  1374. ContentMargins = 0, 0, 0, 0
  1375. OffsetType = TopRight
  1376. Offset = -53, 1
  1377. GlyphType   = ImageGlyph
  1378. GlyphImageFile = Royale\MDIGlyphMinimize.bmp
  1379. GlyphTransparent= true
  1380. FillColorHint = 241 239 229; Average background color (beige)
  1381. BorderColorHint = 255 255 255; Edge color (white)
  1382.  
  1383. ;-------------- Start Panel -------------------
  1384. [StartPanel]
  1385. bgtype = none
  1386. DefaultPaneSize = 0, 0, 380, 440
  1387.  
  1388. [StartPanel.UserPane]
  1389. UserPicture         = True
  1390. ImageLayout         = Horizontal
  1391. TextColor           = 255 255 255
  1392. Font                = Franklin Gothic Medium, 17
  1393. DefaultPaneSize     = 0, 0, 380, 64
  1394. BgType              = Imagefile
  1395. Transparent         = True
  1396. ImageFile = Royale\StartUserPanel.bmp
  1397. Imagecount          = 1
  1398. SizingMargins       = 83, 36, 30, 32
  1399. sizingType          = Stretch
  1400. TEXTSHADOWOFFSET= 2, 2
  1401. textshadowcolor     = 9 66 139
  1402. TextShadowType      = continuous
  1403. FillColorHint = 31 113 216; Average background (Royale)
  1404.  
  1405.  
  1406. [StartPanel.UserPicture]
  1407. BgType = ImageFile
  1408. ImageFile = Royale\UserTileBackground.bmp
  1409. Imagecount = 1
  1410. SizingType = Stretch
  1411. SizingMargins = 6, 10, 6, 10
  1412. ContentMargins = 8, 6, 8, 6
  1413. Transparent = true
  1414. FillColorHint = 204 214 235; Average Background (light Royale grey)
  1415.  
  1416.  
  1417. [StartPanel.ProgList]
  1418. DefaultPaneSize = 0, 0, 190, 306
  1419. ContentMargins  = 6 4 9 5
  1420. TextColor   = 255 255 255 
  1421. HotTracking = 48 112 208
  1422. CaptionText = 143 182 227
  1423. BgType  = ImageFile
  1424. SizingType  = Stretch
  1425. SizingMargins   = 2, 153, 3, 0
  1426. sizingType = Stretch
  1427. ImageFile = Royale\StartPanelMFUBackground.bmp
  1428. imagecount  = 1
  1429. FillColorHint = 204 214 235; Average Background (light Royale grey)
  1430.  
  1431.  
  1432. [StartPanel.ProgListSeparator]
  1433. BgType = ImageFile
  1434. SizingType = TrueSize
  1435. ImageFile = Royale\StartProgramsSeparator.bmp
  1436.  
  1437. [StartPanel.MorePrograms]
  1438. DefaultPaneSize = 0, 0, 190, 30
  1439. TextColor           = 255 255 255
  1440. HotTracking         = 48 112 208
  1441. Font                = Tahoma, 10, Bold
  1442. BgType              = ImageFile
  1443. SizingType          = Stretch
  1444. SizingMargins       = 2, 2, 0, 0
  1445.  
  1446. ;  left and right contentmargins should match proglist
  1447. ContentMargins  = 8, 8, 0, 6
  1448. ImageFile = Royale\StartPanelMoreProgBackGround.BMP
  1449. imagecount  = 1
  1450. sizingType = Stretch
  1451.  
  1452. [StartPanel.MoreProgramsArrow]
  1453. BgType  = ImageFile
  1454. SizingType  = TrueSize
  1455. ImageFile = Royale\StartPanelMoreProgArrow.bmp
  1456. ImageCount  = 1
  1457. FillColorHint = 108 207 108; Average color (green)
  1458.  
  1459. [StartPanel.MoreProgramsArrow(hot)]
  1460. BgType  = ImageFile
  1461. SizingType  = TrueSize
  1462. ImageFile = Royale\StartPanelMoreProgArrowHot.bmp
  1463. ImageCount  = 1
  1464. FillColorHint = 107 239 107; Average color (bright green)
  1465.  
  1466.  
  1467. [StartPanel.PlacesList]
  1468. DefaultPaneSize = 0, 0, 190, 336
  1469. ContentMargins  = 4 6 9 5
  1470. TextColor           = 255 255 255
  1471. HotTracking         = 80 150 248
  1472. BgType              = imageFile
  1473. ImageFile = Royale\StartPanelPlacesBackground.bmp
  1474. imagecount = 1
  1475. SizingMargins = 172, 7, 3, 1
  1476. sizingType = Stretch
  1477. FillColorHint = 211 229 250; Background color (light Royale)
  1478.  
  1479. [StartPanel.PlacesListSeparator]
  1480. BgType = ImageFile
  1481. SizingType = TrueSize
  1482. ImageFile = Royale\StartPlacesSeparator.bmp
  1483.  
  1484. [StartPanel.Logoff]
  1485. ContentMargins =  0, 0, 4, 2
  1486. DefaultPaneSize = 0, 0, 380, 40
  1487. TextColor   = 255 255 255
  1488. HotTracking = 255 255 255
  1489. bgType = imagefile
  1490. ImageFile = Royale\StartPanelLogoffBackground.bmp
  1491. imagecount = 1
  1492. sizingMargins = 49, 47, 18, 20
  1493. sizingType = Stretch
  1494. FillColorHint = 37 119 223; Background color (lRoyale)
  1495.  
  1496. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1497. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1498. [StartPanel.LogoffButtons]
  1499. BgType  = ImageFile
  1500. Transparent = True
  1501. SizingType  = TrueSize
  1502. ImageFile = Royale\StartPanelLogoffButtons.bmp
  1503. ImageCount  = 1
  1504.  
  1505. [StartPanel.LogoffButtons(hot)]
  1506. BgType  = ImageFile
  1507. Transparent = True
  1508. SizingType  = TrueSize
  1509. ImageFile = Royale\StartPanelLogoffButtonsHot.bmp
  1510. ImageCount  = 1
  1511.  
  1512.  
  1513. ;-------------- Taskbar specific --------------
  1514. [Start::Button]
  1515. BgType  = ImageFile
  1516. SizingType  = Stretch
  1517. SizingMargins   = 6, 52, 13, 14
  1518. ContentMargins  = 10, 24, 2, 4
  1519. ImageFile = Royale\StartButton.bmp
  1520. ImageCount  = 3
  1521. ImageLayout = Vertical
  1522. Transparent = True
  1523. Font= Franklin Gothic Medium, 17, italic
  1524. TextColor   = 255 255 255
  1525. TEXTSHADOWOFFSET= 2, 2
  1526. textshadowcolor = 69 76 16
  1527. TextShadowType  = continuous
  1528. FillColorHint = 74 153 73; Average color (green)
  1529.  
  1530. [StartMenu::MenuBand]
  1531. TextColor   = 0 0 0
  1532.  
  1533. [StartMenu::MenuBand(Hot)]
  1534. TextColor   = 255 255 255
  1535.  
  1536. [StartMenu::MenuBand.NewAppButton]
  1537. BgType  = ImageFile
  1538. SizingType  = Stretch
  1539. SizingMargins   = 6, 1, 0, 0
  1540. ContentMargins  = 10, 0, 3, 0
  1541. ImageFile = Royale\StartGroupNewAppButton.bmp
  1542. ImageCount  = 1
  1543. Transparent    = True
  1544. TransparentColor= 255 0 0
  1545. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1546.  
  1547. [StartMenu::MenuBand.Seperator]
  1548. BgType  = ImageFile
  1549. SizingType  = Stretch
  1550. SizingMargins   = 6, 1, 3, 0
  1551. ContentMargins  = 10, 0, 3, 0
  1552. ImageFile = Royale\StartGroupSeperator.bmp
  1553. ImageCount  = 1
  1554. Transparent    = True
  1555. TransparentColor= 255 0 0
  1556. FillColorHint = 211 211 200; Separator color (grey)
  1557.  
  1558. [StartMenu::Toolbar]
  1559. BgType  = ImageFile
  1560. ImageFile = Royale\StartGroupBackground.bmp
  1561. SizingType    = Stretch
  1562. SizingMargins    = 6, 5, 3, 4
  1563. ContentMargins    = 0, 0, 0, 0
  1564. Font= Tahoma, 10
  1565. TextColor   = 0 0 0
  1566. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1567. AccentColorHint = 48 127 229; Left edge of More Programs menu (Royale)
  1568.  
  1569.  
  1570. [StartMenu::Toolbar(Hot)]
  1571. TextColor   = 255 255 255
  1572.  
  1573. [StartMenu::Toolbar.Button]
  1574. BgType  = ImageFile
  1575. SizingType  = Stretch
  1576. SizingMargins   = 6, 1, 0, 0
  1577. ContentMargins  = 10, 0, 3, 0
  1578. ImageFile = Royale\StartGroupToolbarButton.bmp
  1579. ImageCount  = 3
  1580. ImageLayout    = vertical
  1581. Transparent    = True
  1582. TransparentColor= 255 0 0
  1583. FillColorHint = 22 101 203; Rollover of item on More Programs menu (Royale)
  1584.  
  1585.  
  1586. [TaskBar::Toolbar]
  1587. BgType  = None
  1588. Font= Tahoma, 10
  1589. TextColor   = 255 255 255
  1590.  
  1591. [TaskBar::Toolbar.Button]
  1592. BgType  = ImageFile
  1593. SizingType  = Stretch
  1594. SizingMargins   = 8, 3, 18, 8
  1595. ContentMargins  = 0, 0, 4, 4
  1596. ImageFile = Royale\TaskBandButtonNoEdge.bmp
  1597. ImageCount  = 6
  1598. ImageLayout = vertical
  1599. Transparent = True
  1600. FillColorHint = 53 122 238; Average background color (Royale)
  1601.  
  1602. [TaskBar::Toolbar.DropdownButton]
  1603. BgType  = ImageFile
  1604.  
  1605. SizingType  = Stretch
  1606. SizingMargins   = 8, 3, 18, 8
  1607. ContentMargins  = 2, 0, 4, 4
  1608. ImageFile = Royale\TaskBandButtonNoEdge.bmp
  1609. ImageCount  = 6
  1610. ImageLayout = vertical
  1611. Transparent = True
  1612. FillColorHint = 53 122 238; Average background color (Royale)
  1613.  
  1614. [TaskBarVert::Toolbar]
  1615. BgType  = None
  1616. Font= Tahoma, 10
  1617. TextColor   = 255 255 255
  1618.  
  1619. [TaskBarVert::Toolbar.Button]
  1620. BgType  = ImageFile
  1621. SizingType  = Stretch
  1622. SizingMargins   = 15, 5, 6, 4
  1623. ContentMargins  = 1, 1, 1, 1
  1624. ImageFile = Royale\TaskBandButtonNoEdgeVertical.bmp
  1625. ImageCount  = 6
  1626. ImageLayout = vertical
  1627. Transparent = True
  1628. FillColorHint = 53 122 238; Average background color (Royale)
  1629.  
  1630. [TaskBarVert::Toolbar.DropdownButton]
  1631. BgType  = ImageFile
  1632. SizingType  = Stretch
  1633. SizingMargins   = 15, 5, 6, 4
  1634. ContentMargins  = 1, 1, 1, 1
  1635. ImageFile = Royale\TaskBandButtonNoEdgeVertical.bmp
  1636. ImageCount  = 6
  1637. ImageLayout = vertical
  1638. Transparent = True
  1639. FillColorHint = 53 122 238; ; Average background color (Royale)
  1640.  
  1641. [TaskBar::Rebar]
  1642. BgType  = None
  1643. Font= Tahoma, 10
  1644. TextColor   = 255 255 255
  1645.  
  1646. [TaskBar::Rebar.Band]
  1647. BgType  = None
  1648.  
  1649. [TaskBar::Rebar.Gripper]
  1650. BgType  = ImageFile
  1651. SizingType  = Tile
  1652. SizingMargins   = 0, 0, 6, 4
  1653. ContentMargins  = 2, 1, 0, 0
  1654. ImageFile = Royale\TaskbarGripper.bmp
  1655. ImageCount  = 1
  1656. Transparent = True
  1657. TransparentColor= 255 0 255
  1658. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1659.  
  1660. [TaskBar::Rebar.GripperVert]
  1661. BgType  = ImageFile
  1662. SizingType  = Tile
  1663. SizingMargins   = 4, 6, 0, 0
  1664. ContentMargins  = 0, 0, 2, 1
  1665. ImageFile = Royale\TaskbarGripperVertical.bmp
  1666. ImageCount  = 1
  1667. Transparent = True
  1668. TransparentColor= 255 0 255
  1669. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1670.  
  1671. [TaskBar::Rebar.Chevron]
  1672. BgType  = ImageFile
  1673. SizingType  = Stretch
  1674. SizingMargins   = 8, 3, 18, 8
  1675. ContentMargins  = 0, 0, 0, 10
  1676. ImageFile = Royale\TaskBandButtonNoEdge.bmp
  1677. ImageCount  = 6
  1678. ImageLayout = vertical
  1679. Transparent = True
  1680. GlyphType   = ImageGlyph
  1681. GlyphImageFile = Royale\TaskbarChevron.bmp
  1682. GlyphTransparent= true
  1683. VAlign = Top
  1684. FillColorHint = 6 45 159; Overflow glyph color (baby Royale)
  1685.  
  1686. [TaskBar::Rebar.ChevronVert]
  1687. BgType  = ImageFile
  1688. SizingType  = Stretch
  1689. SizingMargins   = 15, 5, 6, 4
  1690. ContentMargins  = 0, 0, 0, 0
  1691. ImageFile = Royale\TaskBandButtonNoEdgeVertical.bmp
  1692. ImageCount  = 6
  1693. ImageLayout = vertical
  1694. Transparent = True
  1695. GlyphType   = ImageGlyph
  1696. GlyphImageFile = Royale\TaskbarChevronVert.bmp
  1697. GlyphTransparent= true
  1698. FillColorHint = 6 45 159; Overflow glyph color (baby Royale)
  1699.  
  1700. [TaskBar.BackgroundBottom]
  1701. BgType  = ImageFile
  1702. SizingType  = Stretch
  1703. SizingMargins   = 0, 0, 16, 13
  1704. ImageFile = Royale\TaskbarBackground.bmp
  1705. ImageCount  = 1
  1706. FillColorHint = 36 94 220; Average background color (Royale)
  1707.  
  1708. [TaskBar.SizingBarBottom]
  1709. BgType  = ImageFile
  1710. SizingType  = Tile
  1711. ImageFile = Royale\TaskbarSizingBarBottom.bmp
  1712. ImageCount  = 1
  1713. FillColorHint = 50 128 231; Average color (Royale)
  1714.  
  1715. [TaskBar.BackgroundLeft]
  1716. BgType  = ImageFile
  1717. SizingType  = Tile
  1718. SizingMargins   = 16, 11, 0, 0
  1719. ImageFile = Royale\TaskbarBackgroundVertical.bmp
  1720. ImageCount  = 1
  1721. FillColorHint = 36 94 220; Average background color (Royale)
  1722.  
  1723. [TaskBar.SizingBarLeft]
  1724. BgType  = ImageFile
  1725. SizingType  = Tile
  1726. ImageFile = Royale\TaskbarSizingBarLeft.bmp
  1727. ImageCount  = 1
  1728. FillColorHint = 50 128 231; Average color (Royale)
  1729.  
  1730. [TaskBar.BackgroundTop]
  1731. BgType  = ImageFile
  1732. SizingType  = Tile
  1733. SizingMargins   = 0, 0, 16, 13
  1734. ImageFile = Royale\TaskbarBackground.bmp
  1735. ImageCount  = 1
  1736. FillColorHint = 36 94 220; Average background color (Royale)
  1737.  
  1738. [TaskBar.SizingBarTop]
  1739. BgType  = ImageFile
  1740. SizingType  = Tile
  1741. ImageFile = Royale\TaskbarSizingBarTop.bmp
  1742. ImageCount  = 1
  1743. FillColorHint = 50 128 231; Average color (Royale)
  1744.  
  1745. [TaskBar.BackgroundRight]
  1746. BgType  = ImageFile
  1747. SizingType  = Tile
  1748. SizingMargins   = 16, 11, 0, 0
  1749. ImageFile = Royale\TaskbarBackgroundVertical.bmp
  1750. ImageCount  = 1
  1751. FillColorHint = 36 94 220; Average background color (Royale)
  1752.  
  1753. [TaskBar.SizingBarRight]
  1754. BgType  = ImageFile
  1755. SizingType  = Stretch
  1756. ImageFile = Royale\TaskbarSizingBarRight.bmp
  1757. ImageCount  = 1
  1758. FillColorHint = 50 128 231; Average color (Royale)
  1759.  
  1760. ;-------------- Taskband specific --------------
  1761. [TaskBand.FlashButton]
  1762. BgType  = ImageFile
  1763. SizingType  = Stretch
  1764. SizingMargins   = 12, 12, 13, 14
  1765. ContentMargins  = 0, 0, 4, 4
  1766. ImageFile = Royale\TaskBandFlashButton.bmp
  1767. ImageCount  = 1
  1768. ImageLayout = vertical
  1769. Transparent = True
  1770. FillColorHint = 56 130 234; Average background color (Royale)
  1771. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1772.  
  1773. [TaskBand.FlashButtonGroupMenu]
  1774. BgType  = ImageFile
  1775. SizingType  = Stretch
  1776. SizingMargins   = 4, 4, 4, 4
  1777. ContentMargins  = 0, 0, 4, 4
  1778. ImageFile = Royale\TaskBandFlashButtonGroupMenu.bmp
  1779. ImageCount  = 1
  1780. Transparent = True
  1781. FillColorHint = 56 130 234; Average background color (Royale)
  1782. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1783.  
  1784. [TaskBand.GroupCount]
  1785. Font= Tahoma, 10, Bold
  1786. TextColor   = 255, 255, 255
  1787.  
  1788. [TaskBand::Toolbar]
  1789. BgType  = None
  1790. Font= Tahoma, 10
  1791. TextColor   = 255 255 255
  1792.  
  1793. [TaskBand::Toolbar.Button]
  1794. BgType  = ImageFile
  1795. SizingType  = tile
  1796. SizingMargins   = 12, 12, 12, 15
  1797. ContentMargins  = 0, 4, 4, 4
  1798. ImageFile = Royale\TaskBandButton.bmp
  1799. ImageCount  = 6
  1800. ImageLayout = vertical
  1801. Transparent = True
  1802. FillColorHint = 54 127 239
  1803.  
  1804. [TaskBand::Toolbar.DropdownButton]
  1805. BgType  = ImageFile
  1806. SizingType  = Stretch
  1807. SizingMargins   = 12, 12, 12, 15
  1808. ContentMargins  = 0, 4, 4, 4
  1809. ImageFile = Royale\TaskBandButton.bmp
  1810. ImageCount  = 6
  1811. ImageLayout = vertical
  1812. Transparent = True
  1813. FillColorHint = 54 127 239; Average background color (Royale)
  1814.  
  1815. [TaskBandVert::Toolbar]
  1816. BgType  = None
  1817. Font= Tahoma, 10
  1818. TextColor   = 255 255 255
  1819.  
  1820. [TaskBandVert::Toolbar.Button]
  1821. BgType  = ImageFile
  1822. SizingType  = Stretch
  1823. SizingMargins   = 14, 13, 10, 12
  1824. ContentMargins  = 0, 4, 4, 4
  1825. ImageFile = Royale\TaskBandButtonVertical.bmp
  1826. ImageCount  = 6
  1827. ImageLayout = vertical
  1828. Transparent = True
  1829. FillColorHint = 54 127 239; Average background color (Royale)
  1830.  
  1831. [TaskBandVert::Toolbar.DropdownButton]
  1832. BgType  = ImageFile
  1833. SizingType  = Stretch
  1834. SizingMargins   = 14, 13, 10, 12
  1835. ContentMargins  = 0, 4, 4, 4
  1836. ImageFile = Royale\TaskBandButtonVertical.bmp
  1837. ImageCount  = 6
  1838. ImageLayout = vertical
  1839. Transparent = True
  1840. FillColorHint = 54 127 239; Average background color (Royale)
  1841.  
  1842. [TaskBand::ScrollBar.ArrowBtn]
  1843. BgType  = ImageFile
  1844. SizingMargins = 5, 5, 5, 5
  1845. ContentMargins = 0, 0, 0, 0
  1846. SizingType = Stretch
  1847. ImageFile = Royale\TaskbandScrollArrows.bmp
  1848. ImageCount = 16
  1849. ImageLayout = Vertical
  1850. GlyphType   = ImageGlyph
  1851. GlyphImageFile = Royale\TaskBandScrollArrowGlyphs.bmp
  1852. GlyphTransparent = True
  1853. FillColorHint = 25 66 205; Average background color (dark Royale)
  1854.  
  1855. [TaskBand::Scrollbar.ThumbBtnHorz]
  1856. BgType  = ImageFile
  1857. SizingMargins = 5, 5, 5, 5
  1858. ContentMargins = 4, 4, 0, 0
  1859. ImageFile = Royale\TaskBandScrollThumbHorizontal.bmp
  1860. ImageCount  = 4
  1861. ImageLayout = Vertical
  1862. FillColorHint = 25 66 205; Average background color (dark Royale)
  1863.  
  1864. ;A visual element in the middle of the scrollbar thumb
  1865. [TaskBand::Scrollbar.GripperHorz]
  1866. BgType  = ImageFile
  1867. SizingType  = TrueSize
  1868. ImageFile = Royale\TaskBandScrollThumbGripperHorizontal.BMP
  1869. imagelayout = vertical
  1870. Transparent = True
  1871. ImageCount  = 4
  1872. FillColorHint = 44 96 226; Thumb gripper lighter color (Royale)
  1873.  
  1874.  
  1875. ; Scrollbar Thumb (vertical)
  1876. [TaskBand::Scrollbar.ThumbBtnVert]
  1877. BgType  = ImageFile
  1878. SizingMargins = 5, 5, 5, 5
  1879. ContentMargins = 0, 0, 4, 4
  1880. ImageFile = Royale\TaskBandScrollThumbVertical.bmp
  1881. ImageCount  = 4
  1882. ImageLayout = vertical
  1883. FillColorHint = 25 66 205; Average background color (dark Royale)
  1884.  
  1885. ;A visual element in the middle of the scrollbar thumb
  1886. [TaskBand::Scrollbar.GripperVert]
  1887. BgType  = ImageFile
  1888. SizingType  = TrueSize
  1889. ImageFile = Royale\TaskBandScrollThumbGripperVertical.BMP
  1890. ImageCount  = 4
  1891. Transparent = True
  1892. ImageLayout = Vertical
  1893. FillColorHint = 44 96 226; Thumb gripper lighter color (Royale)
  1894.  
  1895.  
  1896. ; Scrollbar Tracks (horizontal)
  1897. [TaskBand::Scrollbar.LowerTrackHorz]
  1898. BgType  = imagefile
  1899. ImageFile = Royale\TaskBandScrollShaftHorizontal.bmp
  1900. SizingMargins = 0, 0, 1, 1
  1901. ImageCount = 4
  1902. ImageLayout = Vertical
  1903. FillColorHint = 37 90 225; Average background color (Royale)
  1904.  
  1905.  
  1906. [TaskBand::Scrollbar.UpperTrackHorz]
  1907. BgType  = imagefile
  1908. ImageFile = Royale\TaskBandScrollShaftHorizontal.bmp
  1909. SizingMargins = 0, 0, 1, 1
  1910. ImageCount = 4
  1911. ImageLayout = Vertical
  1912. FillColorHint = 37 90 225; Average background color (Royale)
  1913.  
  1914.  
  1915. ; Scrollbar Tracks (vertical)
  1916. [TaskBand::Scrollbar.LowerTrackVert]
  1917. BgType  = imagefile
  1918. ImageFile = Royale\TaskBandScrollShaftVertical.bmp
  1919. SizingMargins = 1, 1, 0, 0
  1920. ImageCount = 4
  1921. ImageLayout = Vertical
  1922. FillColorHint = 37 90 225; Average background color (Royale)
  1923.  
  1924.  
  1925. [TaskBand::Scrollbar.UpperTrackVert]
  1926. BgType  = imagefile
  1927. ImageFile = Royale\TaskBandScrollShaftVertical.bmp
  1928. SizingMargins = 1, 1, 0, 0
  1929. ImageCount = 4
  1930. ImageLayout = Vertical
  1931. FillColorHint = 37 90 225; Average background color (Royale)
  1932.  
  1933. ;-------------- Taskband Group Menu specific --------------
  1934. [TaskBandGroupMenu::Toolbar]
  1935. BgType  = ImageFile
  1936. ImageFile = Royale\TaskBandBackground.bmp
  1937. SizingType    = Tile
  1938. SizingMargins    = 3, 3, 3, 3
  1939. ContentMargins    = 9, 0, 0, 0
  1940. Font= Tahoma, 10
  1941. TextColor   = 255 255 255
  1942. FillColorHint = 33 87 213; Average background color (Royale)
  1943. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1944.  
  1945.  
  1946. [TaskBandGroupMenu::Toolbar.Button]
  1947. BgType  = ImageFile
  1948. SizingType  = stretch
  1949. SizingMargins   = 3, 3, 0, 0
  1950. ContentMargins  = 9, 0, 3, 3
  1951. ImageFile = Royale\TaskBandHover.bmp
  1952. ImageCount  = 3
  1953. ImageLayout    = vertical
  1954. Transparent    = True
  1955. AccentColorHint = 79 150 255; Rollover hilite color (Royale)
  1956.  
  1957. ;-------------- Tray Notify specific --------------
  1958. [TrayNotify::Toolbar]
  1959. BgType  = None
  1960.  
  1961. [TrayNotify::Toolbar.Button]
  1962. BgType  = None
  1963.  
  1964. [TrayNotifyHoriz::TrayNotify.Background]
  1965. BgType  = ImageFile
  1966. SizingType  = Stretch
  1967. SizingMargins   = 34, 10, 12, 15
  1968. ContentMargins  = 19, 7, 0, 0
  1969. ImageFile = Royale\TaskbarTray.bmp
  1970. ImageCount  = 1
  1971. Transparent = True
  1972. TransparentColor= 255 0 0
  1973. FillColorHint = 13 141 234; Average background color (Royale)
  1974.  
  1975. [TrayNotifyHoriz::Button]
  1976. BgType  = ImageFile
  1977. SizingType  = TrueSize
  1978. ImageFile = Royale\TrayChevronHorizontal.bmp
  1979. ImageCount  = 3
  1980. Imagelayout = vertical
  1981. FillColorHint = 56 173 243; Average background color (Royale)
  1982.  
  1983. [TrayNotifyHorizOpen::Button]
  1984. BgType  = ImageFile
  1985. SizingType  = TrueSize
  1986. ImageFile = Royale\TrayChevronHorizontalOpen.bmp
  1987. ImageCount  = 3
  1988. Imagelayout = vertical
  1989. FillColorHint = 56 173 243; Average background color (Royale)
  1990.  
  1991. [TrayNotifyVert::TrayNotify.Background]
  1992. BgType  = ImageFile
  1993. SizingType  = Stretch
  1994. SizingMargins   = 15, 12, 34, 10
  1995. ContentMargins  = 0, 0, 19, 7
  1996. ImageFile = Royale\TaskbarTrayVertical.bmp
  1997. ImageCount  = 1
  1998. Transparent = True
  1999. TransparentColor= 255 0 0
  2000. FillColorHint = 13 141 234; Average background color (Royale)
  2001.  
  2002. [TrayNotifyVert::Button]
  2003. BgType  = ImageFile
  2004. SizingType  = TrueSize
  2005. Transparent = True
  2006. ImageFile = Royale\TrayChevronHorizontal.bmp
  2007. ImageCount  = 3
  2008. Imagelayout = vertical
  2009. FillColorHint = 56 173 243; Average background color (Royale)
  2010.  
  2011.  
  2012. [TrayNotifyVertOpen::Button]
  2013. BgType  = ImageFile
  2014. SizingType  = TrueSize
  2015. Transparent = True
  2016. ImageFile = Royale\TrayChevronHorizontalOpen.bmp
  2017. ImageCount  = 3
  2018. Imagelayout = vertical
  2019. FillColorHint = 56 173 243; Average background color (Royale)
  2020.  
  2021.  
  2022. [TrayNotify::Clock]
  2023. Font= Tahoma, 10
  2024. TextColor   = 0 0 0
  2025.  
  2026. ;-------------- Application-specific ------------------------
  2027.  
  2028.  
  2029. ;----------- places bar --------------------------------
  2030. ;The places toolbar in the fileopen/save dialog.
  2031. [Placesbar::Toolbar]
  2032. SizingMargins = 4, 4, 4, 4
  2033. ContentMargins = 0, 0, 0, 0
  2034. ImageFile = Royale\PlaceBarBackground.bmp
  2035. bgtype = imagefile
  2036. imageCount = 1
  2037. sizingType = tile
  2038. FillColorHint = 249 248 243; Background color (light beige)
  2039.  
  2040. [Placesbar::Toolbar.Button]
  2041. SizingMargins = 4, 4, 4, 4
  2042. ContentMargins = 0, 0, 4, 2
  2043. ImageFile = Royale\PlaceBarButtons.bmp
  2044. bgtype = imagefile
  2045. imagelayout = vertical
  2046. imageCount = 6
  2047. sizingType = stretch
  2048. transparent = true
  2049. FillColorHint = 255 255 255; Selected color (white)
  2050. BorderColorHint = 122 152 175; Outline color (Royale grey)
  2051.  
  2052. ;----------- Explorer (IE) bar --------------------------------
  2053. [ExplorerBar]
  2054. BgType  = BorderFill
  2055. FillType= VertGradient
  2056. GradientRatio1  = 0
  2057. GradientColor1  = 98 160 232
  2058. GradientRatio2  = 255
  2059. GradientColor2  = 83 114 190
  2060. BorderSize  = 0
  2061. ContentMargins  = 12, 12, 12, 12
  2062.  
  2063. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2064. BgType  = ImageFile
  2065. SizingType  = Stretch
  2066. ImageFile = Royale\ExplorerBarHeaderBackground.bmp
  2067. SizingMargins   = 202, 1, 0, 0
  2068. Font= Tahoma, 10, Bold
  2069. TextColor   = 255 255 255
  2070. ContentMargins  = 8, 8, 7, 7
  2071. FillColorHint = 94 135 217; Mid color of gradient (Royale)
  2072.  
  2073. [ExplorerBar.HeaderClose]; Not used in IE 6
  2074. BgType  = ImageFile
  2075. SizingType  = TrueSize
  2076. ImageLayout = Vertical
  2077. ImageFile = Royale\ExplorerBarHeaderClose.bmp
  2078. ImageCount  = 3
  2079. Transparent = true
  2080. OffsetType  = TopRight
  2081. Offset  = -4, 4
  2082. FillColorHint = 138 168 229; Close box normal state (Royale)
  2083. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2084.  
  2085. [ExplorerBar.HeaderPin]; Not used in IE 6
  2086. BgType  = ImageFile
  2087. SizingType  = TrueSize
  2088. ImageLayout = Vertical
  2089. ImageFile = Royale\ExplorerBarHeaderPin.bmp
  2090. ImageCount  = 6
  2091. Transparent = true
  2092. OffsetType  = TopRight
  2093. Offset  = -6, 4
  2094. FillColorHint = 189 206 239; Average pin color (Royale grey)
  2095.  
  2096. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2097. BgType  = ImageFile
  2098. SizingType  = TrueSize
  2099. ImageLayout = Vertical
  2100. ImageFile = Royale\IE_PersonalBarMenu.bmp
  2101. ImageCount  = 3
  2102. Transparent = true
  2103. OffsetType  = TopRight
  2104. Offset  = -3, 1
  2105. FillColorHint = 236 240 249; Average button background color (light grey Royale)
  2106. BorderColorHint = 165 187 228; Border of button (Royale grey)
  2107.  
  2108. [ExplorerBar.NormalGroupBackground]
  2109. BgType  = ImageFile
  2110. FillColor = 214 223 247
  2111. BorderColor = 255 255 255
  2112. SizingType  = Stretch
  2113. ImageFile = Royale\NormalGroupBackground.bmp
  2114. SizingMargins   = 3, 3, 3, 3
  2115. Font= Tahoma, 10
  2116. TextColor   = 38 92 192
  2117. ContentMargins  = 8, 8, 7, 7
  2118.  
  2119. [ExplorerBar.NormalGroupCollapse]
  2120. BgType  = ImageFile
  2121. SizingType  = TrueSize
  2122. ImageLayout = Vertical
  2123. ImageFile = Royale\NormalGroupCollapse.bmp
  2124. ImageCount  = 3
  2125. Transparent = true
  2126. OffsetType  = TopRight
  2127. Offset  = -3, 1
  2128. FillColorHint = 236 240 249; Average button background color (light grey Royale)
  2129. BorderColorHint = 165 187 228; Border of button (Royale grey)
  2130.  
  2131. [ExplorerBar.NormalGroupExpand]
  2132. BgType  = ImageFile
  2133. SizingType  = TrueSize
  2134. ImageLayout = Vertical
  2135. ImageFile = Royale\NormalGroupExpand.bmp
  2136. ImageCount  = 3
  2137. Transparent = true
  2138. OffsetType  = TopRight
  2139. Offset  = -3, 1
  2140. FillColorHint = 236 240 249; Average button background color (light grey Royale)
  2141. BorderColorHint = 165 187 228; Border of button (Royale grey)
  2142.  
  2143. [ExplorerBar.NormalGroupHead]
  2144. BgType  = ImageFile
  2145. SizingType  = Stretch
  2146. ImageFile = Royale\NormalGroupHead.bmp
  2147. SizingMargins   = 3, 106, 3, 1
  2148. Transparent = true
  2149. Font= Tahoma, 10, Bold
  2150. TextColor   = 33 93 198
  2151. ContentMargins  = 8, 8, 7, 7
  2152. FillColorHint = 240 243 251; Lighter side of gradient (very light Royale)
  2153.  
  2154. [ExplorerBar.SpecialGroupBackground]
  2155. BgType  = ImageFile
  2156. SizingType  = Stretch
  2157. ImageFile = Royale\SpecialGroupBackground.bmp
  2158. SizingMargins   = 3, 3, 3, 3
  2159. Font= Tahoma, 10
  2160. TextColor   = 38 92 192
  2161. ContentMargins  = 8, 8, 7, 7
  2162. FillColorHint = 239 243 255; Background color (very light Royale)
  2163.  
  2164. [ExplorerBar.SpecialGroupCollapse]
  2165. BgType  = ImageFile
  2166. SizingType  = TrueSize
  2167. ImageLayout = Vertical
  2168. ImageFile = Royale\SpecialGroupCollapse.bmp
  2169. ImageCount  = 3
  2170. Transparent = true
  2171. OffsetType  = TopRight
  2172. Offset  = -3, 1
  2173. FillColorHint = 36 89 195; Average background color (dark Royale)
  2174. BorderColorHint = 70 114 205; Edge color (dark Royale)
  2175.  
  2176.  
  2177. [ExplorerBar.SpecialGroupExpand]
  2178. BgType  = ImageFile
  2179. SizingType  = TrueSize
  2180. ImageLayout = Vertical
  2181. ImageFile = Royale\SpecialGroupExpand.bmp
  2182. ImageCount  = 3
  2183. Transparent = true
  2184. OffsetType  = TopRight
  2185. Offset  = -3, 1
  2186. FillColorHint = 36 89 195; Average background color (dark Royale)
  2187. BorderColorHint = 70 114 205; Edge color (dark Royale)
  2188.  
  2189.  
  2190. [ExplorerBar.SpecialGroupHead]
  2191. BgType  = ImageFile
  2192. SizingType  = Stretch
  2193. ImageFile = Royale\SpecialGroupHead.bmp
  2194. SizingMargins   = 3, 106, 3, 1
  2195. Transparent = true
  2196. Font= Tahoma, 10, Bold
  2197. TextColor   = 255 255 255
  2198. FillColor = 2 72 178
  2199. ContentMargins  = 8, 8, 7, 7
  2200.  
  2201. [ExplorerBar::Rebar]; Not used in IE6
  2202. bgtype  = imagefile
  2203. sizingtype  = stretch
  2204. ImageFile = Royale\ExplorerBarToolbarBackground.bmp
  2205. sizingmargins   = 0, 0, 0, 4
  2206. Font= Tahoma, 10
  2207. TextColor   = 127 124 115
  2208. FillColorHint = 243 247 253; (very light Royale)
  2209.  
  2210. [ExplorerBar::Rebar.Band]; Not used in IE6
  2211. bgtype  = none
  2212. ContentMargins    = 2, 0, 0, 0
  2213.  
  2214. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2215. bgtype = imagefile
  2216. SizingMargins   = 0, 0, 6, 4
  2217. ContentMargins  = 3, 0, 0, 0
  2218. ImageFile = Royale\Gripper.bmp
  2219. sizingType  = Tile
  2220. Transparent = true
  2221. TransparentColor= 255 0 0
  2222. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2223.  
  2224. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2225. bgtype  = imagefile
  2226. SizingMargins   = 9, 8, 0, 0
  2227. ImageFile = Royale\GripperVert.bmp
  2228. sizingType  = Tile
  2229. Transparent = true
  2230. TransparentColor= 255 0 0
  2231. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2232.  
  2233. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2234. SizingMargins   = 4, 4, 4, 4
  2235. ContentMargins  = 0, 0, 0, 0
  2236. ImageFile = Royale\ExplorerBarToolbarButtons.bmp
  2237. bgtype  = imagefile
  2238. imagelayout = vertical
  2239. imageCount  = 6
  2240. sizingType  = Stretch
  2241. Transparent = true
  2242. GlyphType   = ImageGlyph
  2243. GlyphImageFile = Royale\Chevron.bmp
  2244. GlyphTransparent= true
  2245. VAlign  = Top
  2246. FillColorHint = 0 0 0; Glyph color (black)
  2247.  
  2248. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2249. SizingMargins   = 4, 4, 4, 4
  2250. ContentMargins  = 0, 0, 0, 0
  2251. ImageFile = Royale\ExplorerBarToolbarButtons.bmp
  2252. bgtype  = imagefile
  2253. imagelayout = vertical
  2254. imageCount  = 6
  2255. sizingType  = Stretch
  2256. Transparent = true
  2257. GlyphType   = ImageGlyph
  2258. GlyphImageFile = Royale\Chevron.bmp
  2259. GlyphTransparent= true
  2260. VAlign  = Top
  2261. FillColorHint = 0 0 0; Glyph color (black)
  2262.  
  2263. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2264. SizingMargins   = 4, 4, 4, 4
  2265. ContentMargins  = 0, 0, 0, 0
  2266. ImageFile = Royale\ExplorerBarToolbarButtons.bmp
  2267. bgtype  = imagefile
  2268. imagelayout = vertical
  2269. imageCount  = 6
  2270. sizingType  = Stretch
  2271. Transparent = true
  2272. TransparentColor= 255 0 255
  2273. FillColorHint = 238 243 248; Average fill color (light Royale grey)
  2274. BorderColorHint = 168 191 234; Edge color (grey Royale)
  2275.  
  2276. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2277. SizingMargins   = 4, 4, 4, 4
  2278. ContentMargins  = 0, 0, 0, 0
  2279. ImageFile = Royale\ExplorerBarToolbarButtons.bmp
  2280. bgtype  = imagefile
  2281. imagelayout = vertical
  2282. imageCount  = 6
  2283. sizingType  = Stretch
  2284. Transparent = true
  2285. TransparentColor= 255 0 255
  2286. FillColorHint = 238 243 248; Average fill color (light Royale grey)
  2287. BorderColorHint = 168 191 234; Edge color (grey Royale)
  2288.  
  2289. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2290. SizingMargins   = 4, 2, 4, 4
  2291. ImageFile = Royale\ExplorerBarToolbarButtonsSplit.bmp
  2292. bgtype  = imagefile
  2293. imagelayout = vertical
  2294. imageCount  = 6
  2295. sizingType  = Stretch
  2296. Transparent = true
  2297. TransparentColor= 255 0 255
  2298. FillColorHint = 238 243 248; Average fill color (light Royale grey)
  2299. BorderColorHint = 168 191 234; Edge color (grey Royale)
  2300.  
  2301. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2302. SizingMargins   = 2, 4, 4, 4
  2303. ImageFile = Royale\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2304. bgtype  = imagefile
  2305. imagelayout = vertical
  2306. imageCount  = 6
  2307. sizingType  = Stretch
  2308. Transparent = true
  2309. TransparentColor= 255 0 255
  2310. GlyphType   = ImageGlyph
  2311. GlyphImageFile = Royale\ToolbarButtonsSplitDropdownGlyph.bmp
  2312. GlyphTransparent= true
  2313. FillColorHint = 238 243 248; Average fill color (light Royale grey)
  2314. BorderColorHint = 168 191 234; Edge color (grey Royale)
  2315.  
  2316. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2317. SizingMargins   = 5, 2, 2, 1
  2318. ImageFile = Royale\Separator.bmp
  2319. bgtype  = imagefile
  2320. imageCount  = 1
  2321. sizingType  = tile
  2322. Transparent = true
  2323. TransparentColor= 255 0 0
  2324. FillColorHint = 202 198 175; Separator line color (dark beige)
  2325.  
  2326. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2327. SizingMargins   = 2, 1, 5, 1
  2328. ImageFile = Royale\SeparatorVert.bmp
  2329. bgtype  = imagefile
  2330. imageCount  = 1
  2331. sizingType  = tile
  2332. Transparent = true
  2333. TransparentColor= 255 0 0
  2334. FillColorHint = 202 198 175; Separator line color (dark beige)